home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pr42sdk / examples / projects / edl / ex-raw.rc < prev    next >
Encoding:
Text File  |  1995-10-07  |  1.1 KB  |  53 lines

  1. //========================================================================================
  2. //
  3. // Ex-raw.rc - Generic EDL export module resourse file.
  4. //
  5. // Part of the Adobe Premiere 4.2 Plug-in Developer's Toolkit.
  6. //
  7. // Copyright ⌐ 1993-96, Adobe Systems Incorporated, all rights reserved worldwide.
  8. //
  9. //========================================================================================
  10.  
  11. #include <windows.h>
  12. #include "Fourcc.h"
  13. #include "Premiere.h"
  14.  
  15.  
  16. 1000    TYPE    DISCARDABLE
  17. BEGIN
  18.     0x0000,
  19.     ExpMtype,
  20. END
  21.  
  22. 1000    TEXT    DISCARDABLE
  23. BEGIN
  24.     0x0000,
  25.     "&Demo EDL (SDK)\0"
  26. END
  27.  
  28. STRINGTABLE
  29. BEGIN
  30.     10001,    "Save Generic EDL as:\0"
  31.     10002,    ".EDL\0"
  32.     10101,    "None\0"
  33.     10102,    "Chroma\0"
  34.     10103,    "RGB_Difference\0"
  35.     10104,    "Luminance\0"
  36.     10105,    "Alpha Channel\0"
  37.     10106,    "Black Matte\0"
  38.     10107,    "White Matte\0"
  39.     10108,    "Image Matte\0"
  40.     10109,    "Difference Matte\0"
  41.     10110,    "Blue Screen\0"
  42.     10111,    "Green Screen\0"
  43.     10112,    "Multiply\0"
  44.     10113,    "Screen\0"
  45.     10114,    "Track Matte\0"
  46. END
  47.  
  48. 1000    EXvs    DISCARDABLE
  49. BEGIN
  50.     0x0000,
  51.     0x0002
  52. END
  53.